diff options
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/payment-success-confirmation.astro | 2 | ||||
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/payment-success-confirmation.astro b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/payment-success-confirmation.astro index e4f62cb..fe82cf7 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/payment-success-confirmation.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/payment-success-confirmation.astro @@ -23,7 +23,7 @@ const t = translate(locale); <section> <h1>{t(tPage, { key: 'title' })}</h1> <p>{t(tPage, { key: 'payment-confirmation-message', scotsounId })}</p> - <a class="link" href="./"> + <a class="link" href={`/${locale}/furthsettins/scotsoun/${scotsounId}`}> {t(tPage, { key: 'back-button-text', scotsounId })} </a> </section> diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index cd2e1fe..feb86a3 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -17,6 +17,6 @@ const t = translate(locale); <Page locale={locale} title={t(tPage, { key: 'title' })}> <section class="section--full-width"> <h1>Scotsoun</h1> - <ScotsounCdGallery /> + <ScotsounCdGallery locale={locale} /> </section> </Page> |
